home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1998 May / Software of the Month Club - Business Shareware (Volume 249) (May 1998).iso / bonus / install.bat < prev    next >
DOS Batch File  |  1996-12-11  |  2KB  |  34 lines

  1. echo off
  2. rem %1 is the directory name that program will be copied to.
  3. rem %2, %3, %4, %% and %6 is the name of the program to be copied
  4. cls
  5. echo  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  6. echo  ▒▒▒█████████████████████████████████████████████████████████████████▒▒▒▒
  7. echo  ▒▒▒█                                                               █  ▒▒
  8. echo  ▒▒▒█        To print this screen, press Shift Print Screen.        █  ▒▒
  9. echo  ▒▒▒█                                                               █  ▒▒
  10. echo  ▒▒▒█        The Program you selected will be copied to your        █  ▒▒
  11. echo  ▒▒▒█        hard drive in the directory:                           █  ▒▒
  12. echo  ▒▒▒█                                                           █████  ▒▒
  13. echo  ▒▒▒█        C:\THECLUB\%1
  14. echo  ▒▒▒█                                                              
  15. echo  ▒▒▒█        To use the %2 %3 %4 %5 %6 program,
  16. echo  ▒▒▒█        change to your hard drive. Type C: and press ENTER
  17. echo  ▒▒▒█                                                             
  18. echo  ▒▒▒█  Next, change to the %1 directory. Type the following:
  19. echo  ▒▒▒█   CD\THECLUB\%1    Then press the ENTER key.
  20. echo  ▒▒▒█                                                              
  21. echo  ▒▒▒█  Type THECLUB and press the ENTER key to see important
  22. echo  ▒▒▒█  information on starting the program and viewing the      █████  ▒▒
  23. echo  ▒▒▒█  authors documentation or special instructions.           █   █  ▒▒
  24. echo  ▒▒▒█                                                           █   █  ▒▒
  25. echo  ▒▒▒█████████████████████████████████████████████████████████████████  ▒▒
  26. echo  ▒▒▒▒▒ Press CTRL-C to cancel installation.                     █      ▒▒
  27. echo  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█  ▒▒▒▒▒▒
  28. pause                                                                         
  29. cls                                                                  
  30. md c:\THECLUB
  31. cls
  32. md c:\THECLUB\%1
  33. xcopy %1 c:\THECLUB\%1 /S
  34.